home *** CD-ROM | disk | FTP | other *** search
- -- background: 2686 from stack: in
- -- bmap block id: 3665
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 3000
- -- rect: left=24 top=32 right=47 bottom=104
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Time1
- ----- HyperTalk script -----
- on mouseUp
- ask "Date to convert to seconds?" with the date
- if it is not empty then
- convert it to seconds
- put it into whichDate
- put whichDate into bkgnd field "Result"
- end if
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 3000
- -- rect: left=24 top=12 right=27 bottom=104
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Time2
- ----- HyperTalk script -----
- on mouseUp
- ask "Seconds to convert to date?"
- if it is not empty then
- convert it to abbr Date
- put it into whichDate
- put whichDate into bkgnd field "Result"
- end if
- end mouseUp
-
-
-
- -- part 3 (field)
- -- low flags: 04
- -- high flags: 0000
- -- rect: left=10 top=52 right=67 bottom=119
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Result
-